You are here: Symbol Reference > Dew Namespace > Dew.Math Namespace > Classes > clVector Structure > clVector Methods > Sub Method > clVector.Sub Method ([In] TOpenCLMtxVec, [In] TOpenCLMtxVec)
Dew Math for .NET
ContentsIndexHome
PreviousUpNext
clVector.Sub Method ([In] TOpenCLMtxVec, [In] TOpenCLMtxVec)

Subtract Vec2 elements from Vec1 elements.

Syntax
C#
Visual Basic
public TOpenCLMtxVec Sub([In] TOpenCLMtxVec Vec1, [In] TOpenCLMtxVec Vec2);

Stores the results in calling object. Size and Complex property of calling object are adjusted automatically. An exception is raised if Vec1 and Vec2 size and Complex property do not match.

Copyright (c) 1999-2024 by Dew Research. All rights reserved.
What do you think about this topic? Send feedback!